Click here to get more programs!
A calander program. It will help keep you organized. It includes a day to day memo recorder.
A program to allow you to chat between two TI85s.
A program to code messages. Also can be use within the chat program.
A password program to keep your private programs private.
A program to calculate the quadratic equation with numbers that you supply it.
Lbl START
ClLCD
To be used with the Coder program:
For use without Coder program:
ClLCD
Lbl START
1»A
ClLCD
" "»ANSW
Disp "What would you","like to do?"
Menu(1,"CODE",CODE,2,"DECODE",DECOD,5,"EXIT",EXIT)
Lbl DECOD
"YES"»ANSW
Goto DECODE
Lbl CODE
ClLCD
" "»CODED
ClLCD
Inpst AB
AB»CODEDA
ClLCD
Lbl DECODE
ClLCD
If ANSW=="YES"
Then
CODED»AB
End
lngth AB»AA
lngth AB»V
For(X,1,V,1)
X»Y
Goto FOUR
Lbl FIVE
X+1»X
If X>21
Then
Y+1»Y
Goto DISA
End
X»Y
Lbl DISA
Lbl FOUR
(V-X)+1»V
If V
Then
Goto ENDD
End
sub(AB,V,1)»VB
Goto TWO
Lbl One
If X==22 of X==43 or X=64 or X==85 or X==106 X==127 or X==148 or X==169 or X==190 or X==211
Then
A+1»A
1»Y
End
Outpt(A,Y,VB)
If ANSW=="YES"
Then Goto DISAB
End
CODED+VB»CODED
Lbl DISAB
lngth AB»V
Goto FIVE
Lbl TWO
If VB=="A"
Then
"Z"»VB
Goto THREE
End
If VB=="B"
Then
"Y"»VB
Goto THREE
End
If A=="C"
Then
"X"»VB
Goto THREE
End
If A=="D"
Then
"W"»VB
Goto THREE
End
If A=="E"
Then
"V"»VB
Goto THREE
End
If A=="F"
Then
"U"»VB
Goto THREE
End
If A=="G"
Then
"T"»VB
Goto THREE
End
If A=="H"
Then
"S"»VB
Goto THREE
End
If A=="I"
Then
"R"»VB
Goto THREE
End
If A=="J"
Then
"Q"»VB
Goto THREE
End
If A=="K"
Then
"P"»VB
Goto THREE
End
If A=="L"
Then
"O"»VB
Goto THREE
End
If A=="M"
Then
"N"»VB
Goto THREE
End
If A=="N"
Then
"M"»VB
Goto THREE
End
If A=="O"
Then
"L"»VB
Goto THREE
End
If A=="P"
Then
"K"»VB
Goto THREE
End
If A=="Q"
Then
"J"»VB
Goto THREE
End
If A=="R"
Then
"I"»VB
Goto THREE
End
If A=="S"
Then
"H"»VB
Goto THREE
End
If A=="T"
Then
"G"»VB
Goto THREE
End
If A=="U"
Then
"F"»VB
Goto THREE
End
If A=="V"
Then
"E"»VB
Goto THREE
End
If A=="W"
Then
"D"»VB
Goto THREE
End
If A=="X"
Then
"C"»VB
Goto THREE
End
If A=="Y"
Then
"B"»VB
Goto THREE
End
If A=="Z"
Then
"A"»VB
Goto THREE
End
If A=="0"
Then
"9"»VB
Goto THREE
End
If A=="1"
Then
"8"»VB
Goto THREE
End
If A=="2"
Then
"7"»VB
Goto THREE
End
If A=="3"
Then
"6"»VB
Goto THREE
End
If A=="4"
Then
"5"»VB
Goto THREE
End
If A=="5"
Then
"4"»VB
Goto THREE
End
If A=="6"
Then
"3"»VB
Goto THREE
End
If A=="7"
Then
"2"»VB
Goto THREE
End
If A=="8"
Then
"1"»VB
Goto THREE
End
Then
"0"»VB
Goto THREE
End
If A==","
Then
"-"»VB
Goto THREE
End
If A=="."
Then
" "»VB
Goto THREE
End
If A==" "
Then
"."»VB
Goto THREE
End
If A=="-"
Then
","»VB
Goto THREE
End
Lbl THREE
Goto ONE
Lbl ENDD
Pause
Goto START
Lbl EXIT
ClLCD
Disp "This program has been","brought to you by","Chris Shepherd"
Output (8,1,"press enter")
Pause
ClLCD
Stop
ClLCD
Instructions:
Turn the calculator on. Press The
Lbl Start